Skip to content

Fix namespace sorting of capitalcase#120

Open
Jeroeny wants to merge 15 commits intonette:masterfrom
Jeroeny:patch-1
Open

Fix namespace sorting of capitalcase#120
Jeroeny wants to merge 15 commits intonette:masterfrom
Jeroeny:patch-1

Conversation

@Jeroeny
Copy link
Contributor

@Jeroeny Jeroeny commented Oct 13, 2022

  • bug fix
  • BC break? no

Before

use App\QueryCostSet;
use App\QueryCostsBootstrapped;

After

use App\QueryCostsBootstrapped;
use App\QueryCostSet;

@dg
Copy link
Member

dg commented Oct 13, 2022

I think that this is better:

use App\QueryCostP;
use App\QueryCostR;
use App\QueryCostT;
use App\QueryCostsBootstrapped;
use App\QueryCostsXyz;

than this:

use App\QueryCostP;
use App\QueryCostR;
use App\QueryCostsBootstrapped;
use App\QueryCostsXyz;
use App\QueryCostT;

@dg dg force-pushed the master branch 2 times, most recently from e7c6dd5 to d961149 Compare February 12, 2024 11:26
@dg dg force-pushed the master branch 2 times, most recently from d243b95 to b135071 Compare March 7, 2024 23:07
@dg dg force-pushed the master branch 5 times, most recently from 22ab730 to 7a71f2f Compare May 16, 2024 21:20
@dg dg force-pushed the master branch 3 times, most recently from faba355 to 076795a Compare June 18, 2024 20:58
@dg dg force-pushed the master branch 2 times, most recently from d0bc8e5 to c90961e Compare September 10, 2024 09:32
@dg dg force-pushed the master branch 14 times, most recently from 961e611 to ee36514 Compare November 28, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants